All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ducks.user.User.d.ts Maven / Gradle / Ivy

The newest version!
export type State = {
    id?: string | null,
    name?: string | null,
    roles?: string[] | null,
    isLoggedIn?: boolean,
    inProgress?: boolean,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy