@luolapeikko/ts-common
    Preparing search index...

    Type Alias CoreResult<Ok, Err>

    CoreResult: { data: Ok; success: true } | { error: Err; success: false }

    Type Parameters

    • Ok
    • Err