export type IsAvailable = { type: 'isAvailable'; value: boolean; };