Type Alias AddCommentParamsBeta

AddCommentParams: {
    contents: string;
    os_parent_uid?: string;
    os_workspace?: string;
    slug?: string;
}

Parameters for adding a comment.

Type declaration

  • Betacontents: string

    Contents of the comment.

  • Optional Betaos_parent_uid?: string

    Parent UID for the comment.

  • Optional Betaos_workspace?: string

    Workspace for the comment.

  • Optional Betaslug?: string

    Slug for the comment.