Type alias CheckStoreResult

CheckStoreResult: {
    ok: true;
} | {
    error: string;
    ok: false;
}

Type declaration

  • ok: true

Type declaration

  • error: string
  • ok: false