Type alias PostUseCreateSessionBatchProps

PostUseCreateSessionBatchProps: UseCreateBatchSessionProps & {
    chain: ReturnType<typeof getChain>;
}

Type declaration

  • chain: ReturnType<typeof getChain>