mirror of
https://github.com/cloudmaker97/TikTok-mGBA-Emulator.git
synced 2025-12-05 23:48:38 +00:00
24 lines
638 B
TypeScript
24 lines
638 B
TypeScript
/* eslint-disable */
|
|
/* tslint:disable */
|
|
/*
|
|
* ---------------------------------------------------------------
|
|
* ## THIS FILE WAS GENERATED VIA SWAGGER-TYPESCRIPT-API ##
|
|
* ## ##
|
|
* ## AUTHOR: acacode ##
|
|
* ## SOURCE: https://github.com/acacode/swagger-typescript-api ##
|
|
* ---------------------------------------------------------------
|
|
*/
|
|
|
|
/** @format int32 */
|
|
export enum KeysEnum {
|
|
Value0 = 0,
|
|
Value1 = 1,
|
|
Value2 = 2,
|
|
Value3 = 3,
|
|
Value4 = 4,
|
|
Value5 = 5,
|
|
Value6 = 6,
|
|
Value7 = 7,
|
|
Value8 = 8,
|
|
Value9 = 9,
|
|
}
|