interface GetAvailableContentStates {
    contentId?: string;
    id?: string;
}

Properties

Properties

contentId?: string

Deprecated

Id of content to get available states for

id?: string

Id of content to get available states for

Generated using TypeDoc v0.25.12