UNPKG

@bitzonegaming/roleplay-engine-sdk

Version:
14 lines (13 loc) 172 B
/** * * @export * @interface RedirectUri */ export interface RedirectUri { /** * * @type {string} * @memberof RedirectUri */ uri: string; }