Type Alias: PublishCallback()
Copied to your clipboardtype PublishCallback = (intent, publishParams) => void | Promise<PublishStatus>;
Keeping callback type as void | Promise<PublishStatus> for the publish operation, to handle promises as well
Parameters
| Parameter | Type |
|---|---|
intent | |
publishParams |
Returns
void | Promise<PublishStatus>
