Skip to content

CreateRepoRequest

Example Usage

typescript
import { CreateRepoRequest } from "@meetkai/mka1/models/components";

let value: CreateRepoRequest = {
  name: "my-model",
};

Fields

FieldTypeRequiredDescriptionExample
descriptionstringN/A
namestring✔️The repository name. Must start with an alphanumeric character and
be ≤100 characters of [A-Za-z0-9._-].
my-model