interface CreateSubscriptionDto {
    approved?: boolean;
    permissions?: string[];
    topicId: string;
    userId: string;
}

Properties

approved?: boolean
permissions?: string[]
topicId: string
userId: string

Generated using TypeDoc