Type Alias TestObjectStorageConfigData

TestObjectStorageConfigData: {
    requestBody: {
        [key: string]: unknown;
    };
}

Type declaration

  • requestBody: {
        [key: string]: unknown;
    }

    test object storage config

    • [key: string]: unknown