interface PublishSharedDraft {
    draftId: string;
    expand?: string;
    status?: string;
}

Properties

draftId: string
expand?: string
status?: string

Generated using TypeDoc v0.25.12