interface Converter<TConv> {
    read?: CookieReadConverter<TConv>;
    write?: CookieWriteConverter<TConv>;
}

Type Parameters

  • TConv

Properties

Properties