@oneblink/apps-react
    Preparing search index...

    Interface Profile

    interface Profile {
        email: string;
        name: string | null;
    }
    Index

    Properties

    Properties

    email: string
    name: string | null