my-app
    Preparing search index...

    Type Alias AppUser

    type AppUser = {
        email?: string | null;
        id: string;
        name?: string | null;
    }
    Index

    Properties

    Properties

    email?: string | null
    id: string
    name?: string | null