Er-Api SDK - v1.0.7
    Preparing search index...

    Interface PrimbonResponse

    interface PrimbonResponse {
        hasil: Record<string, string | number | boolean>;
        message: string;
        status: number;
    }
    Index

    Properties

    Properties

    hasil: Record<string, string | number | boolean>
    message: string
    status: number