Interface ThreadAdminUserIdsPayload

interface ThreadAdminUserIdsPayload {
    user_id: string;
    value: boolean;
}

Properties

Properties

user_id: string
value: boolean