jamespot-user-api
    Preparing search index...

    Type Alias UpdateCommentParams

    type UpdateCommentParams = {
        description?: string;
        idComment: number;
        token?: string;
        widgets?: WidgetWrapperProps[];
    }
    Index

    Properties

    description?: string
    idComment: number
    token?: string
    widgets?: WidgetWrapperProps[]