export interface ProjectionExpression {
    ProjectionExpression: string;
    ExpressionAttributeNames: Record<string, string>;
}
