Pawnote
    Preparing search index...

    Type Alias DiscussionRecipient

    DiscussionRecipient: Readonly<
        {
            disallowMessages: boolean;
            id: string;
            kind: typeof Teacher
            | typeof Student
            | typeof Personal;
            name: string;
        },
    >