Type Alias CustomPolicy<data>Internal

CustomPolicy<data>: {
    data: data;
    type: {
        custom: string;
    };
}

Type Parameters

  • data = unknown