RTSDK
    Preparing search index...

    Type Alias ResponseType

    type ResponseType = {
        message?: string;
        statusCode?: number;
        success?: boolean;
    }
    Index

    Properties

    message?: string
    statusCode?: number
    success?: boolean