default: { camelToSnake: { createdBy: "created_by"; createdOn: "created_on"; teamID: "team_id"; }; hasRevisions: false; schema: { createdBy: StringType<false>; createdOn: DateType<false>; id: StringType<false>; name: StringType<false>; slug: StringType<true>; teamID: StringType<true>; }; tableName: "team_slugs";} = ... Type declaration
ReadonlycamelToSnake: { createdBy: "created_by"; createdOn: "created_on"; teamID: "team_id" }
ReadonlyhasRevisions: false
ReadonlytableName: "team_slugs"