@ccw-api/api
    Preparing search index...
    type SaveCloudVariableReq<T extends Record<string, unknown>> = {
        primaryKey: string;
        secondaryKey: string;
        value: T;
    }

    Type Parameters

    • T extends Record<string, unknown>
    Index

    Properties

    primaryKey: string
    secondaryKey: string
    value: T