Type Alias SyntaxPrimitive

SyntaxPrimitive:
    | null
    | boolean
    | number
    | string
    | {
        bigint: string;
    }