AppleSauce
    Preparing search index...

    Type Alias PublishResponse

    type PublishResponse = {
        from: string;
        message?: string;
        ok: boolean;
    }
    Index

    Properties

    Properties

    from: string
    message?: string
    ok: boolean