@resistdesign/voltra
    Preparing search index...

    Type Alias ApplicationStateIdentifierSubStateType<SpecificType>

    ApplicationStateIdentifierSubStateType: SpecificType extends undefined
        ? ApplicationStateIdentifier
        : SpecificType extends ApplicationStateIdentifier ? SpecificType : never

    Determines the identifier shape for a specific sub-state.

    Type Parameters

    • SpecificType

      The identifier shape, if provided.