AppleSauce
    Preparing search index...

    Type Alias GroupDeleteEventInfo

    Delete event information (kind 9005)

    type GroupDeleteEventInfo = {
        eventId: string;
        groupId: string;
        reason?: string;
    }
    Index

    Properties

    eventId: string
    groupId: string
    reason?: string