Type alias PostUseCreateSessionProps

PostUseCreateSessionProps: UseCreateSessionProps & {
    chain: ReturnType<typeof getChain>;
}

Type declaration

  • chain: ReturnType<typeof getChain>