import { ComAtprotoSyncGetRepoRequest } from "@speakeasy-api/bluesky/models/operations";
let value: ComAtprotoSyncGetRepoRequest = {
did: "<id>",
};
Field | Type | Required | Description |
---|---|---|---|
did |
string | ✔️ | The DID of the repo. |
since |
string | ➖ | The revision ('rev') of the repo to create a diff from. |