Membrane React - v0.2.1
    Preparing search index...

    Interface PlatformUser

    interface PlatformUser {
        id: string;
        email: string;
        name: string;
        trialRequested: boolean;
    }
    Index

    Properties

    id: string
    email: string
    name: string
    trialRequested: boolean