solapi
    Preparing search index...

    Type Alias Black

    type Black = {
        dateCreated: string;
        dateUpdated: string;
        handleKey: HandleKey;
        recipientNumber: string;
        senderNumber: string;
        type: "DENIAL";
    }
    Index

    Properties

    dateCreated: string
    dateUpdated: string
    handleKey: HandleKey
    recipientNumber: string
    senderNumber: string
    type: "DENIAL"