UNPKG

@openfga/sdk

Version:

JavaScript and Node.js SDK for OpenFGA

19 lines (18 loc) 637 B
/** * JavaScript and Node.js SDK for OpenFGA * * API version: 1.x * Website: https://openfga.dev * Documentation: https://openfga.dev/docs * Support: https://openfga.dev/community * License: [Apache-2.0](https://github.com/openfga/js-sdk/blob/main/LICENSE) * * NOTE: This file was auto generated by OpenAPI Generator (https://openapi-generator.tech). DO NOT EDIT. */ /** * Generates a random ID * * Note: May not return a valid value on older browsers - we're fine with this for now */ export declare function generateRandomId(): string | undefined; export declare function generateRandomIdWithNonUniqueFallback(): string;