CreateRepoRequest
Example Usage
typescript
import { CreateRepoRequest } from "@meetkai/mka1/models/components";
let value: CreateRepoRequest = {
name: "my-model",
};Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
description | string | ➖ | N/A | |
name | string | ✔️ | The repository name. Must start with an alphanumeric character and be ≤100 characters of [A-Za-z0-9._-]. | my-model |