cleaker
    Preparing search index...

    Interface CleakerErrorPayload

    interface CleakerErrorPayload {
        code: string;
        hostId?: string;
        message: string;
    }
    Index

    Properties

    Properties

    code: string
    hostId?: string
    message: string