mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-02-15 06:00:19 -06:00
This is only to avoid accidentally leaking any secrets from early development especially in the light of short-sha attacks.
4 lines
195 B
TypeScript
4 lines
195 B
TypeScript
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
|
|
export type UpdateJsonSchemaRequest = { name: string, schema: Object | undefined, };
|