@OPEN-KAPPA/COLORS
    Preparing search index...

    Type Alias FullPartial<T>

    FullPartial: { [P in keyof T]?: T[P] }

    Type Parameters

    • T extends object