SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
776286d verified
Raw
History Blame Contribute Delete
160 Bytes
/**
* What the pane lists: the repository's diff now, or one past turn's edits.
*/
export type Source = { kind: 'current' } | { kind: 'turn'; index: number }