c3nav
    Preparing search index...

    Interface Position

    interface Position {
        available: boolean;
        effective_slug: string;
        icon: string | null;
        id: string | number;
        short_name: string;
        slug: string;
        subtitle: string;
        title: string;
    }
    Index

    Properties

    available: boolean
    effective_slug: string
    icon: string | null
    id: string | number
    short_name: string
    slug: string
    subtitle: string
    title: string