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

    Type Alias EmailRecipient

    type EmailRecipient = {
        address: string;
        name: string;
    }
    Index

    Properties

    Properties

    address: string
    name: string