Interface RegisterUserActionsPayload

interface RegisterUserActionsPayload {
    excludedCustomActions?: string[];
    ticketCreationDate: string;
}

Properties

excludedCustomActions?: string[]
ticketCreationDate: string