AppleSauce
    Preparing search index...

    Type Alias GroupLeaveRequestInfo

    Leave request event information (kind 9022)

    type GroupLeaveRequestInfo = {
        groupId: string;
        reason?: string;
    }
    Index

    Properties

    Properties

    groupId: string
    reason?: string