@webdeveric/utils
    Preparing search index...

    Type Alias NonNullableProperties<Type>

    NonNullableProperties: { [Key in keyof Type]: NonNullable<Type[Key]> }

    Type Parameters

    • Type