Type alias FileExistsResponse

FileExistsResponse: {
    exists: false;
    existsUUID?: string;
} | {
    exists: true;
    existsUUID: string;
}

Type declaration

  • exists: false
  • Optional existsUUID?: string

Type declaration

  • exists: true
  • existsUUID: string

Generated using TypeDoc