@webshop/root - v1.0.0
    Preparing search index...

    Type Alias SupportRequest

    type SupportRequest = {
        email: string;
        message: string;
        name: string;
    }
    Index

    Properties

    Properties

    email: string
    message: string
    name: string